home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <winb.h>
- #include <te.h>
- #include <fntb.h>
- #include <gui.h>
-
- int aboutALT = -1 ;
- int aboutDBTNfrm = -1 ;
- int aboutMSG[8] = -1 ;
- int aboutDBTNok = -1 ;
-
- /* initDataABOUT:aboutDBTNok:MJ_DBUTTONL40の呼び出し関数 */
- int aboutDBTNokFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- MMI_SendMessage(aboutALT, MM_ERASE, 0);
- MMI_SendMessage(aboutALT, MM_DETACH, 0);
- return NOERR ;
- }
-